home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / amos / AMOSList0993.lzh / AMOSLIST / 000138_amos-request@svcs1.digex.net_Sun Sep 12 12:05:30 1993.msg < prev    next >
Internet Message Format  |  1993-10-03  |  1KB

  1. Received: from nextsun.INS.CWRU.Edu by access.digex.net with SMTP id AA02259
  2.   (5.65c/IDA-1.4.4 for <mcox@access.digex.com>); Sun, 12 Sep 1993 12:05:29 -0400
  3. Received: from svcs1.digex.net by nextsun.INS.CWRU.Edu with SMTP (5.65b+ida+/CWRU-1.5.2-freenet-gw)
  4.     id AA07447; Sun, 12 Sep 93 12:03:59 -0400 (from amos-request@svcs1.digex.net for mcox@access.digex.com)
  5. Received: by svcs1.digex.net id AA12910
  6.   (5.65c/IDA-1.4.4 for amos-list-out); Sun, 12 Sep 1993 11:58:34 -0400
  7. Received: from access.digex.net by svcs1.digex.net with SMTP id AA12906
  8.   (5.65c/IDA-1.4.4 for <amos-list@svcs1.digex.net>); Sun, 12 Sep 1993 11:58:32 -0400
  9. Received: from vax.mbhs.edu by access.digex.net with SMTP id AA00521
  10.   (5.65c/IDA-1.4.4 for <amos-list@access.digex.net>); Sun, 12 Sep 1993 11:58:29 -0400
  11. Message-Id: <199309121558.AA00521@access.digex.net>
  12. Date: 12 Sep 93 11:41:00 EST
  13. From: "Andrew Church" <95ACHURCH@vax.mbhs.edu>
  14. Subject: Re: PAL/NTSC
  15. To: "amos-list" <amos-list@access.digex.net>
  16. Status: RO
  17.  
  18. >Is there an OS call to change between NTSC and PAL? Or would it be easier
  19. >to Poke something? It can't be too hard, Mode_Switch is only 4K... can
  20. >someone help?
  21.  
  22.   Just Doke $DFF1DC,x.  For NTSC, x=0; for PAL, x=$20.
  23.  
  24.   Note that this only works on ECS systems (and probably AGA, although I
  25. haven't been able to test it).
  26.  
  27.   --Andy Church
  28.